Skip to main content
GET
/
local-consumer-types
/
{id}
/
[beta] Get overall setup for a local consumer type
curl --request GET \
  --url https://sandbox.prezio.eu/api/local-consumer-types/{id}/ \
  --header 'Authorization: <api-key>'
{
  "context": {
    "country": "DK"
  },
  "id": "lct_3",
  "key": "DK_Residential",
  "name": "Privatkunder",
  "consumer_type": "RESIDENTIAL",
  "description": ""
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Local consumer type identifier: lct_ prefixed id, numeric id, or key (prezio_code)

Query Parameters

country
enum<string>
required

ISO-3166 alpha-2 country code (used to ensure correct context)

Available options:
AT,
DK,
FR,
NO,
SE

Response

Success

id
string
required
key
string
required
name
string
required
consumer_type
string
required
description
string
required